
    readelf -d  /usr/bin/quimup

    does not list qt6-qtsvg. No icons are shown without it.
    does not list qt6-wayland. Without it quimup runs in X11 mode.
    does not list MPD, which, indeed, is NOT a dependency (Quimup can be used remotely).

    _______________________________________________________________________________________________________

                        |   DEPENDENCIES
                        |
    Needed              |   Fedora (39)                 openSuse (tumbleweed)       Debian (trixie)
                        |
    libQt6Widgets.so.6  |   qt6-qtbase-gui (6.5.2)      libQt6Widgets6 (6.6.0)      libqt6widgets6 (6.4.2)
    libmpdclient.so.2   |   libmpdclient   (2.20)       libmpdclient2  (2.20)       libmpdclient2  (2.22)
    libQt6Gui.so.6      |   qt6-qtbase-gui (6.5.2)      libQt6Gui6     (6.6.0)      libqt6gui6     (6.4.2)
    libQt6Network.so.6  |   qt6-qtbase     (6.6.0)      libQt6Network6 (6.6.0)      libqt6network6 (6.4.2)
    libQt6Core.so.6     |   qt6-qtbase     (6.6.0)      libQt6Core6    (6.6.0)      libqt6core6    (6.4.2)
    libstdc++.so.6      |   libstdc++      (13.2.1)     libstdc++6     (13.2.1)     libstdc++6     (13.2.0)
    libm.so.6           |   glibc          (2.38)       glibc          (2.38)       libc6          (2.37)
    libgcc_s.so.1       |   libgcc         (13.2.1)     libgcc_s1      (13.2.1)     libgccc-s1     (13.2.0)
    libc.so.6           |   glibc          (2.38)       glibc          (2.38)       libc6          (2.37)
                        |   qt6-qtsvg      (6.5.2)      libQt6Svg6     (6.6.0)      libqt6svg6     (6.4.2)
                        |   qt6-qtwayland  (6.5.2)      qt6-wayland    (6.6.0)      qt6-wayland    (6.4.2)

    _______________________________________________________________________________________________________


    Debian:

Depends: libmpdclient2 (>= 2.20), qt6-wayland (6.4.2), libqt6core6 (>= 6.4.2), libqt6gui6 (>= 6.4.2), libqt6network6 (>= 6.4.2), libqt6widgets6 (>= 6.4.2), libqt6svg6 (>= 6.4.2), libstdc++6 (>= 13.2), libgcc-s1 (>= 13.2), libc6 (>= 2.37)

    Fedora:

Requires: libmpdclient >= 2.20
Requires: qt6-qtwayland >= 6.5.2
Requires: qt6-qtbase >= 6.4.2
Requires: qt6-qtbase-gui >= 6.4.2
Requires: qt6-qtsvg >= 6.4.2
Requires: libstdc++ >= 13.2.1
Requires: glibc >= 2.38
Requires: libgcc >= 13.2.1

    openSuse:

Requires: libmpdclient2 >= 2.20
Requires: qt6-wayland >= 6.6.0
Requires: libQt6Widgets6 >= 6.6.0
Requires: libQt6Gui6 >= 6.6.0
Requires: libQt6Network6 >= 6.6.0
Requires: libQt6Core6 >= 6.6.0
Requires: libQt6Svg6 >= 6.6.0
Requires: libstdc++6 >= 13.2.1
Requires: glibc >= 2.38
Requires: libgcc_s1 >= 13.2.1

